Feature: Create draft post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 28.932s |
Scenario: Create a post with image
Before
0m 0.703s
Given
I navigate to page "<URL_GHOST>"
0m 0.645s
And
I write my email "<ADMIN_EMAIL>"
0m 0.150s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.141s
And
I click on the login button
0m 0.164s
And
I wait for 2 seconds
0m 2.170s
When
I click on the new post button
0m 0.262s
And
I wait for 2 seconds
0m 2.163s
And
I write "prueba con imagen" in the post title
0m 0.201s
And
I wait for 4 seconds
0m 4.130s
And
I click on add image
0m 0.249s
And
I wait for 4 seconds
0m 4.287s
And
I click on unsplasg image
0m 0.207s
And
I wait for 7 seconds
0m 7.182s
And
I click in back button
0m 0.347s
And
I wait for 2 seconds
0m 2.171s
And
I filter list by status Draft
0m 0.330s
And
I wait for 1 seconds
0m 1.147s
Then
I see that the first post in the list has title "prueba con imagen"
0m 0.134s
And
I wait for 2 seconds
0m 2.146s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL_GHOST>"
And
I write my email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
When
I click on the new post button
And
I wait for 2 seconds
And
I write "prueba con imagen" in the post title
And
I wait for 4 seconds
And
I click on add image
And
I wait for 4 seconds
And
I click on unsplasg image
And
I wait for 7 seconds
And
I click in back button
And
I wait for 2 seconds
And
I filter list by status Draft
And
I wait for 1 seconds
Then
I see that the first post in the list has title "prueba con imagen"
And
I wait for 2 seconds
After
NO IMAGE AVAILABLE